runtime.hchan.sortkey (method)
9 uses
runtime (current package)
select.go#L190: for j > 0 && scases[lockorder[(j-1)/2]].c.sortkey() < c.sortkey() {
select.go#L207: if k+1 < i && scases[lockorder[k]].c.sortkey() < scases[lockorder[k+1]].c.sortkey() {
select.go#L210: if c.sortkey() < scases[lockorder[k]].c.sortkey() {
select.go#L222: if scases[lockorder[i]].c.sortkey() > scases[lockorder[i+1]].c.sortkey() {
select.go#L518: func (c *hchan) sortkey() uintptr {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |